home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 334 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.8 KB  |  54 lines

  1. Path: news.eunet.fi!fipnet!kone!jsaarinen
  2. Newsgroups: comp.sys.amiga.programmer
  3. X-NewsReader: IntuiNews 1.2b (31.7.94)
  4. References: <4cj57f$7qe@irz210.inf.tu-dresden.de>
  5. From: "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi>
  6. Date: Sat, 6 Jan 96 12:45:09 UT
  7. Comments: Illegal date header - new date added by quicknews
  8. X-Original-Date: Sat, 06 Jan 96 14:24:31 
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: binary
  12. Distribution: world
  13. Subject: Re: C2P
  14. Message-ID: <38231876@kone.fipnet.fi>
  15.  
  16.  
  17. >   - what are the fastest ones (ideas, theory, sources) ?
  18.  
  19. The idea situation is to do as many c2p passes with the CPU,
  20. depending on the CPU speed, but in such a way that the
  21. chunky2planar CPU process is as fast as normal copying
  22. from fast ram to chip ram. So the c2p passes are "free"
  23. between the chip writes.
  24. The rest passes are done with the blitter using QBlit().
  25.  
  26. Starting from the 040, blitter is not needed since
  27. 040 is able to done all c2p passes completely free!
  28.  
  29. >   - what the hell is a scrambled (maybe spelled wrong) buffer ?
  30. >     (I have heard this sometimes  in this group)
  31. >     and what are his adventages/disadvantages ?
  32.  
  33. Pass1 is skipped by writing vertical colums in non-linear
  34. order. Only good for vertical drawing, like Wolf3D.
  35.  
  36. Pass1 only rearranges bytes.
  37.  
  38. > Are there really fast 6 bitplane c2p-converter ?
  39. > My actual approachs are (50Mhz 030, OS-conform (except screens of
  40. > gfxcards), 320x256)
  41. >   8bpls : 45ms
  42. >   6bpls : 43ms
  43. >   4bpls : 30ms
  44. > These c2p-converter(s) use LONG-writes to CHIPmem.
  45.  
  46. What routine this is? I guess 030/50 should be able
  47. to get c2p free -->รก320x256x8 screen should be about 20ms.
  48. This could be perhaps achieved by doing three passes
  49. with CPU and the last one with the blitter.
  50.  
  51. --                               _
  52. a Stellar programmer          _ //
  53. "Amiga - back for the future" \X/
  54.